Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Add endpoint for fetching rss and id3 tags #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

andreaspalsson
Copy link
Contributor

@andreaspalsson andreaspalsson commented Jan 21, 2019

This PR is an implementation of task. It will add a new API with two endpoints.

POST /rss given a url to an rss feed it will return the items from the rss feed. in the this format. It only takes the first two items since it takes to long to fetch all of them. The result will be given in this format:

[
{title: '...', url:'...', checksum:'...'},
{title: '...', url:'...', checksum:'...'}
]

GET /id3 given an url to an mp3 will return the id3 tags of the mp3 file in a json format.

@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@acast-tech acast-tech deleted a comment from petrenkotino Mar 29, 2019
@nachojimenez nachojimenez changed the title Add endpoint for fetching rss and id3 tags WIP Add endpoint for fetching rss and id3 tags Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants